home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Rozne / HTTrack 3.40-2 / httrack-3.40-2.exe / {app} / src_win / WinHTTrack / WizLinks.h < prev    next >
C/C++ Source or Header  |  2001-01-21  |  1KB  |  57 lines

  1. #if !defined(AFX_WIZLINKS_H__1D129B83_1981_11D2_A290_60D144C12802__INCLUDED_)
  2. #define AFX_WIZLINKS_H__1D129B83_1981_11D2_A290_60D144C12802__INCLUDED_
  3.  
  4. #if _MSC_VER >= 1000
  5. #pragma once
  6. #endif // _MSC_VER >= 1000
  7. // WizLinks.h : header file
  8. //
  9.  
  10. /////////////////////////////////////////////////////////////////////////////
  11. // WizLinks dialog
  12.  
  13. class WizLinks : public CDialog
  14. {
  15.   // gestion timer flash
  16.   bool wflag; 
  17.   int tm;
  18.  
  19. // Construction
  20. public:
  21.     WizLinks(CWnd* pParent = NULL);   // standard constructor
  22.  
  23. // Dialog Data
  24.     //{{AFX_DATA(WizLinks)
  25.     enum { IDD = IDD_wizard_lnk };
  26.     int        m_lnk;
  27.     CString    m_url;
  28.     //}}AFX_DATA
  29.  
  30.  
  31. // Overrides
  32.     // ClassWizard generated virtual function overrides
  33.     //{{AFX_VIRTUAL(WizLinks)
  34.     public:
  35.     virtual int DoModal();
  36.     protected:
  37.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  38.     //}}AFX_VIRTUAL
  39.  
  40. // Implementation
  41. protected:
  42.  
  43.     // Generated message map functions
  44.     //{{AFX_MSG(WizLinks)
  45.     afx_msg void Onskipall();
  46.     virtual BOOL OnInitDialog();
  47.     afx_msg void OnDestroy();
  48.     afx_msg void OnTimer(UINT nIDEvent);
  49.     //}}AFX_MSG
  50.     DECLARE_MESSAGE_MAP()
  51. };
  52.  
  53. //{{AFX_INSERT_LOCATION}}
  54. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  55.  
  56. #endif // !defined(AFX_WIZLINKS_H__1D129B83_1981_11D2_A290_60D144C12802__INCLUDED_)
  57.